home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mfre.dir / 00242.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  297 b   |  15 lines

  1. on mouseUp
  2.   global comp
  3.   if not comp then
  4.     exit
  5.   end if
  6.   set ONE to the castNum of sprite 48
  7.   if the controller of cast ONE = 1 then
  8.     set the controller of cast ONE to 0
  9.   else
  10.     if the controller of cast ONE = 0 then
  11.       set the controller of cast ONE to 1
  12.     end if
  13.   end if
  14. end
  15.